home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / iguana / bla2src / makefile < prev    next >
Makefile  |  1994-06-10  |  364b  |  19 lines

  1. # Makefile for the BlasterSound intro
  2. # Bye Jare of Iguana in 1994
  3.  
  4. blaster.com: bi.obj
  5.         tlink /m /s /c /v bi.obj,blaster,bi.map
  6.         tdstrip -c -s blaster
  7.  
  8. bi.obj: font.inc songopt.inc adlib.inc mpu.inc
  9.  
  10. font.inc: fuente1.pix getfont.exe
  11.         +getfont > font.inc
  12.  
  13. .gif.pix:
  14.         dgif $<
  15.  
  16. .asm.obj:
  17.         tasm /ml /z /zi /t $<
  18.  
  19.